GET Reporting/WebText/{languageName}/{projectDefinedId}?userName={userName}&webTextNames[0]={webTextNames[0]}&webTextNames[1]={webTextNames[1]}

get localized text for a project and user

Request Information

URI Parameters

NameDescriptionType Additional information
languageName

The language name.

string

Required

projectDefinedId

The project defined id.

string

Required

userName

Name of the user.

string

Required

webTextNames

The web text names. These names are added to the query string and there is a limit of 2048 characters on the query string. If you're going to request so many web text names that the query string exceeds this limit the server will respond with an error. You should make multiple calls to this API to get all the web text values you need.

Collection of string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Smg.RestApi.Model.Reporting.WebText

Response Formats